home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 32 / jeppesen.zip / LOAD.BAT < prev    next >
DOS Batch File  |  1990-06-13  |  2KB  |  72 lines

  1. echo off
  2. cls
  3. rename s start.exe
  4. start
  5. if errorlevel 2 goto disk
  6. if errorlevel 1 goto hard
  7. rename start.exe s
  8. goto exit
  9. :hard
  10. echo *** Start LOADING and DE-COMPRESSING JL Access Software ***
  11. rename p p.exe
  12. rename d d.exe
  13. rename b b.exe
  14. d /wa
  15. del d.exe
  16. p /wa
  17. del p.exe
  18. b /wa
  19. del b.exe
  20. echo *** JL Access software successfully LOADED to DISK ***
  21. bel3
  22. del start.exe
  23. start
  24. goto exit
  25. :disk
  26. rename start.exe s
  27. rename p p.exe
  28. rename d d.exe
  29. rename b b.exe
  30. echo   .
  31. echo   This process will create a working copy of the JL Access software
  32. echo   for use on two diskette drives and get you started into JL Access.
  33. echo   Please have the following labeled diskettes ready,
  34. echo   .
  35. echo        PROGRAM
  36. echo        DOCUMENT/TUTORIAL
  37. echo   .
  38. echo  Press ENTER to continue or Ctrl-Break to Quit
  39. pause
  40. echo   .
  41. echo  Please load the DOCUMENT/TUTORIAL diskette in Drive B:
  42. bel3
  43. pause
  44. echo *** Start LOADING and DE-COMPRESSING to DOCUMENT/TUTORIAL disk ***
  45. d b:\ /wa
  46. b b:\ /wa
  47. echo  .
  48. echo  Remove the DOCUMENT/TUTORIAL diskette from Drive B:
  49. echo  Then insert the PROGRAM diskette in Drive B:
  50. bel3
  51. pause
  52. echo *** Start LOADING and DE-COMPRESSING to PROGRAM disk ***
  53. p b:\ /wa
  54. b b:\ /wa
  55. echo .
  56. echo *** JL Access software SUCCESSFULLY LOADED to 2 DISKETTES ***
  57. bel3
  58. rename p.exe p
  59. rename d.exe d
  60. rename b.exe b
  61. cls
  62. echo     Remove the DISTRIBUTION diskette from Drive A:
  63. echo     Insert the DOCUMENT/TUTORIAL in Drive A:
  64. echo  .
  65. echo  Type 'START' and press the ENTER key.
  66. goto end
  67. :exit
  68. echo .
  69. echo *** JL Access LOAD NOT Completed ***
  70. :end
  71. echo on
  72.